Documents for PDF, .NET Edition Documentation
Remove Method (ObservableSortedDictionary<TKey,TValue>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableSortedDictionary<TKey,TValue> Class : Remove Method
The key of the element to remove.
Removes the element with the specified key from the ObservableSortedDictionary<TKey,TValue>.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal key As TKey _
) As System.Boolean
public System.bool Remove( 
   TKey key
)

Parameters

key
The key of the element to remove.
See Also

Reference

ObservableSortedDictionary<TKey,TValue> Class
ObservableSortedDictionary<TKey,TValue> Members